(c-constant-kwds): Add java: null, true, false.
authorGlenn Morris <rgm@gnu.org>
Tue, 28 Aug 2007 02:49:48 +0000 (02:49 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 28 Aug 2007 02:49:48 +0000 (02:49 +0000)
lisp/progmodes/cc-langs.el

index 5f9dbad3be2c27b5162ec3f60b5d2c7cfdaaff98..d0ff9c523ade6d91a284ab14783f37bc78eeb187 100644 (file)
@@ -2075,6 +2075,7 @@ nevertheless contains a list separated with ';' and not ','."
            "false" "true")             ; Defined in C99.
   objc    '("nil" "Nil")
   idl     '("TRUE" "FALSE")
+  java    '("true" "false" "null") ; technically "literals", not keywords
   pike    '("UNDEFINED")) ;; Not a keyword, but practically works as one.
 
 (c-lang-defconst c-primary-expr-kwds